Skip to content

Conversation

bleibig
Copy link
Contributor

@bleibig bleibig commented Feb 11, 2015

Updates to the bison grammar:

  • Fixes to range syntax - allow expr[..], and fix precedence to allow for _ in i.. { }
  • Allow "extern crate" in stmts
  • Add qualified path expressions (<TYPE as TRAIT_REF>::item)

@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@sanxiyn
Copy link
Contributor

sanxiyn commented Feb 11, 2015

@bors r+ 3bca5f2

@bors
Copy link
Collaborator

bors commented Feb 11, 2015

⌛ Testing commit 3bca5f2 with merge 0047f8b...

bors added a commit that referenced this pull request Feb 11, 2015
Updates to the bison grammar:

* Fixes to range syntax - allow `expr[..]`, and fix precedence to allow `for _ in i.. { }`
* Allow "extern crate" in stmts
* Add qualified path expressions (`<TYPE as TRAIT_REF>::item`)
@bors
Copy link
Collaborator

bors commented Feb 11, 2015

@bors bors merged commit 3bca5f2 into rust-lang:master Feb 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants